* lisp/isearch.el (isearch-lazy-highlight-new-loop):
authorJuri Linkov <juri@jurta.org>
Thu, 21 Feb 2013 17:45:12 +0000 (19:45 +0200)
committerJuri Linkov <juri@jurta.org>
Thu, 21 Feb 2013 17:45:12 +0000 (19:45 +0200)
commitfba66f8650b7cebdb814e6efc5d352bface5d196
treea2f2bdc2295923a6bc45524f364ba43e3a401f15
parentd4aca5533a854261768ff7e2fe39014c51bc9577
* lisp/isearch.el (isearch-lazy-highlight-new-loop):
Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
to `isearch-other-end' if it is not nil.

* lisp/replace.el (replace-highlight): Let-bind `isearch-other-end'
to `match-beg'.

* lisp/textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
Let-bind `isearch-other-end' to `start', `isearch-forward' to t
and `isearch-error' to nil.
lisp/ChangeLog
lisp/isearch.el
lisp/replace.el
lisp/textmodes/ispell.el